home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
By Popular Request 2.0
/
By Popular Request 2.0 (Arsenal Computer).ISO
/
amiga_1
/
atcpsd40.lha
/
AmiTCP-4.0-gcc
/
README
< prev
Wrap
Text File
|
1995-06-04
|
909b
|
26 lines
This code is strictly BETA!!. It works with MuiADT and Pine but does not guarantee
it will work with anything else. You are free to modify/correct the code as
long as you mail me the changes.
This compiles with gcc only!! All the SASC stuff was removed. If you want to
compile with SASC, get the original API archive.
I found 2 MISTAKES in the archive. The first is ug_SetupContextTags(). It does
NOT take a program name argument. Also no syslog() function was supplied. I
made one using vprintf().
Enclosed are modified gcc include files in the directory netinclude.
You can copy over the ones in gnu:include/
To compile, specify -D__AMITCP__ on the commandline.
To link specify libc.a -lamitcp. (Someone figure out why I need to link libc.a
first. Without it, things behave very strangely.)
A custom version of libc.a is supplied. (It doesn't have the wrappers for ixemul's
pseudo-TCP functions).